mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-07 17:17:55 +03:00
14 lines
252 B
SYSTEMD
14 lines
252 B
SYSTEMD
|
[Unit]
|
||
|
Description=UDS Broker actor
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=root
|
||
|
Group=root
|
||
|
WorkingDirectory=/usr/share/UDSActor
|
||
|
ExecStart=/usr/bin/python3 actor_service.py start-foreground
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|