summarylogtreecommitdiffstats
path: root/pump.io.service
blob: 7e46efea24d4268f4f582b98cf9c053e66ab47bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Pump.io - stream server that does most of what people really want from a social network
After=syslog.target network.target 

[Service]
Type=simple
ExecStart=/usr/bin/pump
Environment=NODE_ENV=production
User=pumpio

[Install]
WantedBy=multi-user.target