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
326 B
SYSTEMD
Raw Normal View History

2022-01-10 15:18:34 +01:00
[Unit]
2023-01-21 09:16:26 +01:00
Description=Shiori: simple bookmark manager
2022-01-12 10:22:29 +01:00
Requires=network-online.target
After=network-online.target
2022-01-10 15:18:34 +01:00
[Service]
Type=simple
User=__APP__
Group=__APP__
2024-08-31 16:23:42 +02:00
EnvironmentFile="__INSTALL_DIR__/.env"
2023-02-03 18:33:29 +01:00
WorkingDirectory=__INSTALL_DIR__/
2024-08-31 16:23:42 +02:00
ExecStart=__INSTALL_DIR__/shiori server
2022-01-12 10:18:27 +01:00
Restart=always
2022-01-10 15:18:34 +01:00
[Install]
WantedBy=multi-user.target