1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00
trilium_ynh/conf/systemd.service

16 lines
356 B
SYSTEMD
Raw Normal View History

2021-03-29 16:24:15 +02:00
[Unit]
2021-03-31 19:55:10 +02:00
Description=Trilium notes server
2021-03-29 16:24:15 +02:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
2021-03-31 19:55:10 +02:00
Environment=TRILIUM_DATA_DIR=/home/yunohost.app/__APP__
2021-04-26 00:16:05 +02:00
Environment=NODE_ENV=production
2021-03-29 16:24:15 +02:00
WorkingDirectory=__FINALPATH__/
2021-04-26 00:16:05 +02:00
ExecStart=/usr/bin/env bash -c "PATH=__NODEJS_PATH__:$PATH node __FINALPATH__/src/www"
2021-03-29 16:24:15 +02:00
[Install]
WantedBy=multi-user.target