1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hat_ynh.git synced 2024-09-03 19:16:04 +02:00
hat_ynh/conf/systemd.service
2023-05-22 21:33:02 +02:00

16 lines
329 B
Desktop File

[Unit]
Description=Hat.sh: Encrypt and Decrypt files securely
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
Environment=NODE_PORT=__PORT__
WorkingDirectory=__INSTALL_DIR__
Environment=PATH=__ENV_PATH__
Environment=NODE_ENV=production
ExecStart=__YNH_NPM__ run start
[Install]
WantedBy=multi-user.target