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:
parent
15ec2b1e9b
commit
5e11d71df7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue