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

Update systemd.service

This commit is contained in:
ericgaspar 2021-03-09 23:46:11 +01:00
parent 5834c44af1
commit fe3be5428d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,10 +7,10 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__FINALPATH__
Environment="NODE_ENV=production" Environment=PATH=/usr/bin:/usr/local/bin:__NODEJS_PATH__
Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__NODEJS_PATH__/node __FINALPATH__/tiddlywiki mynewwiki --listen #port=__PORT__ authenticated-user-header=basic
ExecStart=__YNH_NODE_LOAD_PATH__ __FINALPATH__/tiddlywiki mynewwiki --listen #port=__PORT__ authenticated-user-header=basic
Restart=always Restart=always
Environment=NODE_ENV=production
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target