aboutsummarylogtreecommitdiffstats
path: root/waterfall.service
blob: f90b456777db1c7851a1ae14b850868ace7c72ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Waterfall Server
After=local-fs.target network.target multi-user.target

[Service]
Type=forking
ExecStart=/usr/bin/waterfall start
ExecStop=/usr/bin/waterfall stop
User=waterfall
Group=waterfall

[Install]
WantedBy=multi-user.target