„beepbeep.service“ hinzufügen
This commit is contained in:
parent
049df6859c
commit
5e02a3fb28
1 changed files with 11 additions and 0 deletions
11
beepbeep.service
Normal file
11
beepbeep.service
Normal 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
|
Loading…
Reference in a new issue