Files
safechat/nodejs/etc/systemd/system/safechat.service
2016-11-28 16:00:39 +00:00

10 lines
204 B
Desktop File

[Unit]
Description=Secure and Encrypted Chat Server
[Service]
ExecStart=/usr/bin/nodejs /usr/share/safechat/nodejs/safechat > /var/log/safechat.log
Restart=on-abort
[Install]
WantedBy=multi-user.target