contrib: Add example systemd service
This commit is contained in:
parent
a98e0c4ce9
commit
e57e3e22b9
1 changed files with 11 additions and 0 deletions
11
contrib/systemd/seatd.service
Normal file
11
contrib/systemd/seatd.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Seat management daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=seatd -g video
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue