summarylogtreecommitdiffstats
path: root/pump.io.service
blob: 5a90e8d404a02f861fdf802f51d75c97792102a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Pump.io Social Server
After=network.target

[Service]
Type=forking
User=pump
Group=pump
ExecStart=/usr/bin/pump.io start
ExecStop=/usr/bin/pump.io stop
Restart=always
SyslogIdentifier=pump.io

[Install]
WantedBy=multi-user.target