Files
safechat/nodejs/etc/systemd/system/safechat.service
T

10 lines
204 B
Desktop File
Raw Normal View History

2016-11-28 16:00:39 +00:00
[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