- add service file\n- add config file system
This commit is contained in:
parent
74542329f2
commit
7988bb936e
3 changed files with 159 additions and 32 deletions
19
various/mewny.service
Normal file
19
various/mewny.service
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue