Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/configs/systemd/nntpchan.service
Jeff Becker 3cb06d572e :-DDDD
2017-01-29 08:27:51 -05:00

14 lines
237 B
Desktop File

[Unit]
Description=NNTPChan Server
Requires=postgresql.service
[Service]
Type=simple
WorkingDirectory=/opt/nntpchan
ExecStart=/opt/nntpchan/srndv2 run
ExecStop=/bin/kill -15 $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target