1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00
writefreely_ynh/conf/systemd.service
2019-02-08 18:24:05 +01:00

16 lines
274 B
Desktop File

[Unit]
Description=Write Freely Service
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
StandardOutput=syslog
StandardError=syslog
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/writefreely
Restart=always
[Install]
WantedBy=multi-user.target