mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add initial systemd files
This commit is contained in:
parent
e311eeebc8
commit
0af8e1c183
3 changed files with 30 additions and 0 deletions
10
pkg/rpm/salt-master.service
Normal file
10
pkg/rpm/salt-master.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=The Salt Master Server
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/salt-master
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
10
pkg/rpm/salt-minion.service
Normal file
10
pkg/rpm/salt-minion.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=The Salt Minion
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/salt-minion
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
10
pkg/rpm/salt-syndic.service
Normal file
10
pkg/rpm/salt-syndic.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=The Salt Master Server
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/salt-syndic
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue