summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-instance-setup.service
blob: fff2ca068978585b9e183e78cc00e26044f9d6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Google Compute Engine Instance Setup
After=network-online.target network.target
Before=sshd.service

[Service]
Type=oneshot
ExecStart=/usr/bin/google_instance_setup
StandardOutput=journal+console

[Install]
WantedBy=sshd.service
WantedBy=multi-user.target