mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-05-13 04:38:14 +00:00
14 lines
198 B
Desktop File
14 lines
198 B
Desktop File
[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
|