mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 03:39:22 +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
|