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

move from serve to server

This commit is contained in:
Navan Chauhan 2024-03-17 14:33:26 -06:00
parent 04b2d4b3ba
commit 9f29bcf0c5

View file

@ -8,7 +8,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/shiori serve --port __PORT__ --webroot __PATH__
ExecStart=__INSTALL_DIR__/shiori server --port __PORT__ --webroot __PATH__
Restart=always
Environment="SHIORI_DIR=__DATA_DIR__"