14 lines
261 B
Go
14 lines
261 B
Go
[Unit]
|
|
Description=DeviceManagement Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
WorkingDirectory=/usr/share/device_management
|
|
ExecStart=/usr/share/device_management/device_management
|
|
Restart=on-failure
|
|
RestartSec=30s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|