mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Systemd service for a2pi
This commit is contained in:
parent
9e43df64ff
commit
aa18bd820d
13
share/a2pi.service
Normal file
13
share/a2pi.service
Normal file
@ -0,0 +1,13 @@
|
||||
[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
|
Loading…
Reference in New Issue
Block a user