mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-11 12:52:49 +01:00
10 lines
170 B
SYSTEMD
10 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=aliendalvik stopper service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/systemctl stop aliendalvik.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=aliendalvik-stopper.timer
|