18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
[Unit]
|
|
Description=Example Service
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
User=serviceuser
|
|
ExecStartPre=
|
|
ExecStart=/path/to/executable [options]
|
|
ExecStartPost=
|
|
ExecStop=
|
|
ExecReload=
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |