14 lines
232 B
Desktop File
14 lines
232 B
Desktop File
# $YakumoLabs$
|
|
[Unit]
|
|
Description=Mai
|
|
Documentation=https://suzunaan.yakumo.dev/mai
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=5
|
|
ExecStart=/usr/local/bin/mai -f /usr/local/etc/mai/mai.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|