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

16 lines
302 B
SYSTEMD
Raw Normal View History

2022-04-18 11:09:01 +02:00
[Unit]
Description=ergo
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2022-04-18 11:41:17 +02:00
ExecStart=__FINALPATH__/ergo run --conf __FINALPATH__/ircd.yaml
2022-04-18 11:09:01 +02:00
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target