systemd: drop Type=simple to be consistent since default not required.
This commit is contained in:
parent
a8b760de4c
commit
e3d89e525e
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: check-source
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-check-source
|
||||
SyslogIdentifier=osrt-check-source
|
||||
# TODO Drop group flag once #1181 is resolved.
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: leaper crawler for %i (creates SRs from upstream projects)
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-leaper
|
||||
ExecStart=/bin/bash "/usr/bin/osrt-leaper-crawler-%i"
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: leaper manager for %i (set source projects)
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-leaper
|
||||
ExecStart=/usr/bin/osrt-manager_42 -c /etc/openSUSE-release-tools/manager_42/%i.yml
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: maintenance incidents
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-maintenance
|
||||
ExecStart=/usr/bin/osrt-check_maintenance_incidents --verbose review
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: staging-bot check for duplicate binaries produced in %i
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/osc staging -p "%i" check_duplicate_binaries --save
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: staging-bot devel list (stored in dashboard)
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/osrt-devel-project list -w
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: supersede duplicate submissions for %i
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-staging-bot
|
||||
SyslogIdentifier=osrt-staging-bot
|
||||
ExecStart=/usr/bin/osc check_dups "%i"
|
||||
|
@ -2,7 +2,6 @@
|
||||
Description=openSUSE Release Tools: ToTest Manager for %i
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=osrt-totest-manager
|
||||
WorkingDirectory=~
|
||||
ExecStart=/usr/bin/osrt-totest-manager --verbose run --interval 5 "%i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user