summarylogtreecommitdiffstats
path: root/iyuuplus.service
blob: 299615fb24d6839bbf28b22065797ff6b23289e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = IYUU Auto Reseed Plus Daemon.
Documentation = https://doc.iyuu.cn
Wants = network-online.target mariadb.service
After = network-online.target mariadb.service

[Service]
User = iyuuplus
Group = iyuuplus
Restart = on-failure
ExecStart = /usr/bin/iyuuplus start

[Install]
WantedBy = multi-user.target