1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
distbin_ynh/conf/systemd.service
2019-01-28 19:56:51 +01:00

13 lines
265 B
Desktop File

[Unit]
Description=Small description of the service
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/bin/server >> /var/log/__APP__/__APP__.log 2>&1
[Install]
WantedBy=multi-user.target