summaryrefslogtreecommitdiff
path: root/systemd/cert-checker.service
blob: ab744c95b9e990ae683b6bd24ed02d5440f9e5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Start the Cert-Checker
Requires=dbus.service

[Service]
User=security_fw
Group=security_fw
EnvironmentFile=-/etc/sysconfig/enlightenment
# Makes popup bigger
Environment="ELM_SCALE=4.0"
Type=simple
ExecStart=/usr/bin/cert-checker

[Install]
WantedBy=multi-user.target