William Petit
e66938f1d3
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
12 lines
250 B
Desktop File
12 lines
250 B
Desktop File
[Unit]
|
|
Description=bouncer admin service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
WorkingDirectory=/usr/share/bouncer
|
|
ExecStart=/usr/bin/bouncer --config /etc/bouncer/config.yml server admin run
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |