mirror of
https://github.com/PDP-10/its.git
synced 2026-03-24 09:30:29 +00:00
17 lines
300 B
Desktop File
17 lines
300 B
Desktop File
[Unit]
|
|
Description=PiDP-10
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/opt/pidp10
|
|
ExecStart=/bin/sh ./pidp10.sh start
|
|
ExecStop=/bin/sh ./pidp10.sh stop
|
|
Restart=always
|
|
RestartSec=10
|
|
StartLimitIntervalSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|