mirror of
https://github.com/FAUSheppy/systemd-socket-activation-template
synced 2025-12-06 06:51:35 +01:00
7 lines
142 B
Desktop File
7 lines
142 B
Desktop File
[Unit]
|
|
Description=Check if unit example.service should be stopped.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/absolute/path/to/example-check-stop.sh
|