mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-23 08:33:37 +01:00
10 lines
127 B
SYSTEMD
10 lines
127 B
SYSTEMD
|
[Unit]
|
||
|
Description=dummy
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sleep 30d
|
||
|
ExecReload=/bin/echo reload
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|