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

14 lines
295 B
SYSTEMD
Raw Normal View History

2021-02-28 08:43:32 +01:00
[Unit]
Description=Small description of the service
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2021-02-28 10:38:28 +01:00
ExecStart=java -jar __FINALPATH__/app.jar --server.port=__PORT__ >> /var/log/__APP__/__APP__.log 2>&1
2021-02-28 08:43:32 +01:00
[Install]
WantedBy=multi-user.target