mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
14 lines
198 B
SYSTEMD
14 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=Apple II Pi Daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
Environment="HOME=/root"
|
||
|
ExecStart=/sbin/a2pid
|
||
|
Restart=on-failure
|
||
|
RestartSec=60
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|