14 lines
235 B
Desktop File
14 lines
235 B
Desktop File
[Unit]
|
|
Description=LYSERGIC S3 Initiator
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/init-s3.sh start
|
|
ExecStop=/usr/local/bin/init-s3.sh stop
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|