source:
code/trunk/rc.d/mai.service@
72
Last change on this file since 72 was 71, checked in by , 7 weeks ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | # $YakumoLabs$ |
2 | [Unit] |
3 | Description=Mai |
4 | Documentation=https://suzunaan.yakumo.dev/mai |
5 | |
6 | [Service] |
7 | Type=simple |
8 | Restart=always |
9 | RestartSec=5 |
10 | ExecStart=/usr/local/bin/mai -f /usr/local/etc/mai/mai.ini |
11 | |
12 | [Install] |
13 | WantedBy=multi-user.target |
Note:
See TracBrowser
for help on using the repository browser.