13 lines
216 B
Desktop File
13 lines
216 B
Desktop File
[Unit]
|
|
Description=XXX Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
ExecStart=/home/lolli/pro/xxx/xxx
|
|
WorkingDirectory=/home/lolli/pro/xxx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |