mirror of
https://github.com/NotAShelf/systemyml.git
synced 2024-11-22 21:31:09 +00:00
8 lines
145 B
SYSTEMD
8 lines
145 B
SYSTEMD
|
[Unit]
|
||
|
Description=Example service 1
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/service1_executable arg1 arg2
|
||
|
Environment=VAR1=value1
|
||
|
Environment=VAR2=value2
|