Archived
1
0

Merge pull request #103 from wzeth/patch-1

SystemD Service
This commit is contained in:
Jeff
2016-06-12 08:24:59 -04:00
committed by GitHub

View File

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