summarylogtreecommitdiffstats
path: root/mentohust.service
blob: 5909b91f266c35244f93d460cf8061e6eb13e5ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=start mentohust
Wants=network.target
Before=network.target

[Service]
Type=simple
#Type=oneshot
#RemainAfterExit=yes
ExecStart=/usr/bin/mentohust -b0
ExecStop=/usr/bin/mentohust -k
Restart=on-failure
RestartSec=3

[Install]
Alias=multi-user.target.wants/mentohust.service