16 lines
273 B
Desktop File
16 lines
273 B
Desktop File
[Unit]
|
|
Description=Group Review bot for %i
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/bin/group-review %i
|
|
EnvironmentFile=-/etc/default/group-review/%i.env
|
|
DynamicUser=yes
|
|
NoNewPrivileges=yes
|
|
ProtectSystem=strict
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|