2021-02-16 14:17:45 +01:00
|
|
|
[Unit]
|
2021-02-16 14:48:08 +01:00
|
|
|
Description=TiddlyWiki: interactive wiki
|
2021-02-16 14:17:45 +01:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2021-02-16 14:48:08 +01:00
|
|
|
WorkingDirectory=__FINALPATH__
|
2021-03-09 23:28:21 +01:00
|
|
|
Environment="NODE_ENV=production"
|
|
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
2021-03-09 23:34:25 +01:00
|
|
|
ExecStart=__YNH_NODE_LOAD_PATH__ __FINALPATH__/tiddlywiki mynewwiki --listen #port=__PORT__ authenticated-user-header=basic
|
2021-02-16 16:50:51 +01:00
|
|
|
Restart=always
|
2021-02-16 14:17:45 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|