mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Merge branch 'master' of https://github.com/dschmenk/apple2pi
This commit is contained in:
commit
e0b6886a67
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