„beepbeep.service“ hinzufügen

This commit is contained in:
DeltaLima 2023-01-14 17:59:30 +01:00
parent 049df6859c
commit 5e02a3fb28
1 changed files with 11 additions and 0 deletions

11
beepbeep.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Beep Beep
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/local/bin/beepbeep.sh start
ExecStop=/usr/local/bin/beepbeep.sh stop
[Install]
WantedBy=multi-user.target