mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
15 lines
242 B
Desktop File
15 lines
242 B
Desktop File
[Unit]
|
|
Description=Apple II Pi Daemon
|
|
After=
|
|
|
|
[Service]
|
|
Type=idle
|
|
Environment="HOME=/root"
|
|
EnvironmentFile=-/etc/default/a2pi
|
|
ExecStart=/usr/local/sbin/a2pid /dev/ttyACM*
|
|
Restart=on-failure
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|