1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gossa_ynh.git synced 2024-09-03 18:36:29 +02:00
gossa_ynh/conf/systemd.service

17 lines
322 B
SYSTEMD
Raw Normal View History

2022-05-26 20:24:05 +02:00
[Unit]
Description=Gossa service for __DATADIR__
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINAL_PATH__/gossa -h 127.0.0.1 -p __PORT__ __DATADIR__
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target