1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00
tiddlywiki_ynh/conf/systemd.service
ericgaspar 220ee96d92
Fix
2021-02-16 16:14:41 +01:00

16 lines
361 B
Desktop File
Executable file

[Unit]
Description=TiddlyWiki: interactive wiki
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__FINALPATH__/ mywiki --listen port=__port__ authenticated-user-header=basic
Restart=always
[Install]
WantedBy=multi-user.target