summaryrefslogtreecommitdiffstats
path: root/systemd/init-s3.service
blob: 95df4db3da1e45c177a354ed462228dead72ef75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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