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

[Service]
Type=simple
ExecStart=/usr/bin/cert-checker

[Install]
WantedBy=multi-user.target