mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: rework into daemon / controller structure
This commit is contained in:
12
resources/systemd/kratad.service
Normal file
12
resources/systemd/kratad.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Krata Controller Daemon
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
WorkingDirectory=/var/lib/krata
|
||||
ExecStart=/usr/bin/kratad
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
resources/systemd/kratanet.service
Normal file
12
resources/systemd/kratanet.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Krata Networking Daemon
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
WorkingDirectory=/var/lib/krata
|
||||
ExecStart=/usr/bin/kratanet
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user