systemyml/test/service1.service

8 lines
145 B
SYSTEMD
Raw Normal View History

2023-09-28 09:50:11 +00:00
[Unit]
Description=Example service 1
[Service]
ExecStart=/usr/bin/service1_executable arg1 arg2
Environment=VAR1=value1
Environment=VAR2=value2