Files
myos/ansible/roles/hosts/files/etc/systemd/system/myos.service
T
aynic.os b6f1b8d798 myos
2021-07-14 23:03:00 +01:00

12 lines
214 B
Desktop File

[Unit]
Description=System calls from https://github.com/aynicos/myos
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/myos start
ExecStop=/etc/init.d/myos stop
[Install]
WantedBy=sysinit.target