1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00
cryptpad_ynh/conf/cryptpad.service
2017-04-07 23:08:05 +02:00

16 lines
319 B
Desktop File

[Unit]
Description=CryptPad is an encrypted PAD Creator
After=syslog.target
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=_DIRECTORY_
ExecStart=/usr/bin/node server.js --port _PORT_
Restart=always
Environment=USER=__APP__ HOME=_DIRECTORY_
[Install]
WantedBy=multi-user.target