mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
17 lines
296 B
SYSTEMD
17 lines
296 B
SYSTEMD
|
[Unit]
|
||
|
Description=Synapse Admin
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
WorkingDirectory=__FINALPATH__
|
||
|
Environment="PATH=__ENV_PATH__"
|
||
|
Environment="NODE_ENV=production"
|
||
|
ExecStart=/usr/bin/yarn build -p __PORT__
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|