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
Éric Gaspar 844098aac3 cleaning
2024-08-31 16:23:42 +02:00

16 lines
326 B
Desktop File

[Unit]
Description=Shiori: simple bookmark manager
Requires=network-online.target
After=network-online.target
[Service]
Type=simple
User=__APP__
Group=__APP__
EnvironmentFile="__INSTALL_DIR__/.env"
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/shiori server
Restart=always
[Install]
WantedBy=multi-user.target