1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/excalidraw_ynh.git synced 2024-09-03 18:36:04 +02:00
excalidraw_ynh/conf/systemd.service
2022-03-19 19:08:33 +01:00

17 lines
315 B
Desktop File

[Unit]
Description=Excalidraw
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
Environment="PORT=__PORT__"
ExecStart=/usr/bin/yarn start
Restart=always
[Install]
WantedBy=multi-user.target