summarylogtreecommitdiffstats
path: root/vtunerd.service
blob: 1abf5782ec0635be81adc556045961bacc8347b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=vtuner server
After=network.target

[Service]
Type=simple
EnvironmentFile=-/etc/conf.d/vtunerd
ExecStart=/usr/bin/vtunerd $SERVER_ARGS

[Install]
WantedBy=multi-user.target