summarylogtreecommitdiffstats
path: root/wiretrustee-signal.service
blob: 4bf2cce9895180831d8bd6622afc83cba2639af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description = Wiretrustee Signal Service
Documentation = https://github.com/wiretrustee/wiretrustee#readme
After = multi-user.target network-online.target
Wants = network-online.target

[Service]
Type = simple
EnvironmentFile = -/etc/default/wiretrustee
ExecStart = /usr/bin/wiretrustee signal $WIRETRUSTEE_SIGNAL_ARGS
Restart = on-failure
RestartSec = 5
TimeoutStopSec = 5

[Install]
WantedBy = multi-user.target