initial version (alpha)
This commit is contained in:
commit
b5de726919
58 changed files with 1237 additions and 0 deletions
19
system_files/usr/etc/systemd/user/eve-lite-relay.service
Normal file
19
system_files/usr/etc/systemd/user/eve-lite-relay.service
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Unit]
|
||||
Description=Eve Lite Relay Service
|
||||
After=graphical-session.target network-online.target
|
||||
BindsTo=graphical-session.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/eve-lite
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
Slice=--user
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
SyslogIdentifier=eve-lite-relay
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
Loading…
Add table
Add a link
Reference in a new issue