summarylogtreecommitdiffstats
path: root/systemd.service
blob: 5b890c47451cc31a32d841faffb564fe5bcaf4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=AceStream Engine Service
After=remote-fs.target network.target

[Service]
User=acestream
Group=acestream
Type=simple
ExecStart=/usr/bin/acestream-engine --client-console @/usr/lib/acestream-engine/acestream.conf --live-cache-type memory --state-dir /var/lib/acestream --log-file /var/lib/acestream/acestream-engine.log
WorkingDirectory=/var/lib/acestream
Restart=on-failure
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target