- add service file\n- add config file system

This commit is contained in:
Mewrry the Kitty 2026-02-13 09:56:09 -06:00
parent 74542329f2
commit 7988bb936e
3 changed files with 159 additions and 32 deletions

19
various/mewny.service Normal file
View file

@ -0,0 +1,19 @@
[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