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

Update systemd.service

This commit is contained in:
Éric Gaspar 2024-08-31 16:18:59 +02:00
parent 15ec2b1e9b
commit 5e11d71df7

View file

@ -11,6 +11,7 @@ WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/shiori server --port __PORT__ --webroot __PATH__ ExecStart=__INSTALL_DIR__/shiori server --port __PORT__ --webroot __PATH__
Restart=always Restart=always
Environment="SHIORI_DIR=__DATA_DIR__" Environment="SHIORI_DIR=__DATA_DIR__"
Environment="SHIORI_HTTP_SECRET_KEY=__KEY__"
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target