Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nntpchan/contrib/configs/systemd/nntpchan.service
T

17 lines
395 B
Desktop File
Raw Normal View History

2016-06-12 05:36:05 -04:00
[Unit]
Description=NNTPChan Server
2017-01-29 08:42:13 -05:00
#After=network.target
#Requires=postgresql.service
2016-06-12 05:36:05 -04:00
[Service]
Type=simple
2017-01-29 08:42:13 -05:00
#Uncomment next line if you want to specify an ini path not in the working directory
#Environment=SRND_INI_PATH=/opt/nntpchan/srnd.ini
2016-06-12 05:36:05 -04:00
WorkingDirectory=/opt/nntpchan
ExecStart=/opt/nntpchan/srndv2 run
2016-06-12 05:37:19 -04:00
ExecStop=/bin/kill -15 $MAINPID
2016-06-12 05:36:05 -04:00
Restart=always
[Install]
WantedBy=multi-user.target