mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-08-05 10:25:29 +00:00
Merge branch 'master' of https://github.com/dschmenk/apple2pi
This commit is contained in:
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
|
Reference in New Issue
Block a user