19 lines
325 B
Desktop File
19 lines
325 B
Desktop File
[Unit]
|
|
Description=Mewny Server
|
|
After=network.target
|
|
Documentation=https://git.linuxposting.xyz/mewrrythekibby/mewny
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=mewny --server --config-file /etc/mewny/mewny.conf
|
|
|
|
User=mewny
|
|
Group=mewny
|
|
WorkingDirectory=/var/lib/mewny
|
|
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|