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
b6605e506d
commit
e4f451a4af
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__FINALPATH__/shiori migrate
|
ExecStart=__FINALPATH__/shiori migrate __FINALPATH__/shiori serve --port __PORT__ --webroot __PATH__
|
||||||
ExecStart=__FINALPATH__/shiori serve --port __PORT__ --webroot __PATH__
|
|
||||||
Restart=always
|
Restart=always
|
||||||
Environment="SHIORI_DIR=__DATADIR__"
|
Environment="SHIORI_DIR=__DATADIR__"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue