1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
shiori_ynh/conf/systemd.service

17 lines
356 B
SYSTEMD
Raw Normal View History

2022-01-10 15:18:34 +01:00
[Unit]
Description=Shiori: Simple bookmark manager
Requires=network-online.target
After=network-online.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2022-01-12 08:34:53 +01:00
ExecStart=__FINALPATH__/shiori serve --port __PORT__
2022-01-10 15:18:34 +01:00
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target