18 lines
413 B
SYSTEMD
18 lines
413 B
SYSTEMD
|
[Unit]
|
||
|
Description=EmulationStation emulator frontend
|
||
|
ConditionPathExists=/var/lock/start.games
|
||
|
|
||
|
[Service]
|
||
|
Environment=HOME=/storage
|
||
|
EnvironmentFile=/storage/.config/emulationstation/scripts/es_env.sh
|
||
|
ExecStartPre=/usr/bin/emustation-config
|
||
|
ExecStart=/usr/bin/emulationstation --log-path /var/log
|
||
|
KillMode=process
|
||
|
TimeoutStopSec=3
|
||
|
Restart=always
|
||
|
RestartSec=2
|
||
|
StartLimitInterval=0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=jelos.target
|