mirror of
https://git.lain.church/emil/moontalk.git
synced 2025-05-19 18:06:46 +00:00
14 lines
225 B
Desktop File
14 lines
225 B
Desktop File
[Unit]
|
|
Description=All bots for MoonChat
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=moonchat
|
|
Group=moonchat
|
|
ExecStart=/opt/moonchat/moonchat.sh
|
|
ExecReload=/opt/moonchat/moonchat.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|