10 lines
204 B
Desktop File
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
|