ansible-role-maatma/templates/clean-wg.init.j2

6 lines
189 B
Plaintext
Raw Normal View History

2023-03-15 17:13:31 +00:00
#!/sbin/openrc-run
description="Maatma interface, API and more"
command="/usr/sbin/clean-wg.sh"
2023-03-15 19:38:52 +00:00
start_stop_daemon_args="--make-pidfile --background --quiet"
2023-03-15 17:13:31 +00:00
pidfile="/var/run/$SVCNAME.pid"