1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00
ergo_ynh/conf/systemd.service
ericgaspar 0af4f7a6fe
Fix
2022-04-18 11:43:04 +02:00

15 lines
302 B
Desktop File

[Unit]
Description=ergo
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/ergo run --conf __FINALPATH__/ircd.yaml
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target