summaryrefslogtreecommitdiff
path: root/freenect-server.service
blob: 77df28497e6cf645b265249c1269ca8d6d72439f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Kinect media streamer
After=network.target

[Service]
Type=simple
User=alarm
ExecStart=/home/alarm/freenect-server/freenect-server
Restart=always

[Install]
WantedBy=multi-user.target